Class symantec.itools.db.beans.brl.DataBusItemColMember
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.DataBusItemColMember
Object
|
+----symantec.itools.db.beans.brl.DataBusItemColMember
- public class DataBusItemColMember
- extends Object
- implements DataBoundColMember
Class which describes the data item on the databus and input
to the derived/validated column
- Version:
- 1.00 08/14/98
- Author:
- Puru Balakrishnan
-
symantec.itools.db.beans.brl.DataBusItemColMember(String, int, int)
- Constructor
-
symantec.itools.db.beans.brl.DataBusItemColMember(String, int, int, int)
- Constructor
-
getAliasName()
- get the alias name
-
getBindName()
- Get the data binding name
-
getColumnName()
- get the column name
-
getDataType()
- Method to return the datatype as an integer.
-
getMemberIndex()
- Method to return the member index for the member
-
getQueryNavObj()
- get the Query Navigator object
This method will return a valid value only if it is of
type QUERYNAV_DATASOURCE
-
getSourceType()
- get the source type
-
getStatus()
- get status
-
getValue()
- Method to return the value
-
setBindName(String)
- set the data binding name
-
setDataType(int)
- Method to set the data type.
-
setMemberIndex(int)
- Set the member index
-
setSourceType(int)
- set the source type
-
setStatus(int)
- set status
-
setValue(Object)
- set the value
-
toString()
- Method to return the String description
DataBusItemColMember
public DataBusItemColMember(String bindName,
int type,
int source)
- Constructor
DataBusItemColMember
public DataBusItemColMember(String bindName,
int type,
int source,
int index)
- Constructor
getAliasName
public java.lang.String getAliasName()
- get the alias name
- Returns:
- String
getBindName
public java.lang.String getBindName()
- Get the data binding name
- Returns:
- String
getColumnName
public java.lang.String getColumnName()
- get the column name
- Returns:
- String
getDataType
public int getDataType()
- Method to return the datatype as an integer. Integer values are specified
in java.sql.Types.java
- Returns:
- integer
getMemberIndex
public int getMemberIndex()
- Method to return the member index for the member
- Returns:
- int
getQueryNavObj
public symantec.itools.db.beans.binding.QueryNavigator getQueryNavObj()
- get the Query Navigator object
This method will return a valid value only if it is of
type QUERYNAV_DATASOURCE
- Returns:
- QueryNavigator
getSourceType
public int getSourceType()
- get the source type
- Returns:
- int
getStatus
public int getStatus()
- get status
- Returns:
- int
getValue
public java.lang.Object getValue()
- Method to return the value
- Returns:
- Object
setBindName
public void setBindName(String name)
- set the data binding name
- Parameters:
- name - Databinding name
setDataType
public void setDataType(int type)
- Method to set the data type.
- Parameters:
- type - Data type
setMemberIndex
public void setMemberIndex(int index)
- Set the member index
- Parameters:
- index - Member index
setSourceType
public void setSourceType(int type)
- set the source type
- Parameters:
- type - Data source type
setStatus
public void setStatus(int value)
- set status
- Parameters:
- value - Status of the member
setValue
public void setValue(Object val)
- set the value
- Parameters:
- val - Value
toString
public java.lang.String toString()
- Method to return the String description
- Returns:
- String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index